(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/text.h>
#include <proto/graphics.h>
struct TextFont * OpenFont()
SYNOPSIS
struct TextAttr * textAttr

LOCATION
In GfxBase at offset 12
FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Moved driver prototypes into graphics_intern.h
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
29.08.1996 digulla
Didn't compile...
29.08.1996 digulla
Moved common code from driver to Graphics.library.
13.08.1996 digulla
Replaced __AROS_LA by __AROS_LHA
12.08.1996 digulla
Implemented the most commonly used Amiga graphics functions